GtkExpander: Clarify a nested switch
authorMatthias Clasen <mclasen@redhat.com>
Fri, 30 Nov 2012 03:45:24 +0000 (22:45 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 30 Nov 2012 04:10:34 +0000 (23:10 -0500)
commit9ba32fec6e7c3658642554eb19905d93d755d94f
tree8d7345931c4b41c8a042fed66180c33b388b548f
parent6400eeba35e4eb52660b1449bcfa0df8aabd7864
GtkExpander: Clarify a nested switch

This code confused Coverity into thinking we were falling through,
when we were not. Add a few explicit breaks to clear that up.
gtk/gtkexpander.c